ComponentOne ASP.NET MVC Controls
OnClientLoadedItems Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : OnClientLoadedItems Method
The value.
Configurates the C1.Web.Mvc.ListBox<T>.OnClientLoadedItems client event. Occurs after the list items are generated.
Syntax
'Declaration
 
Public Function OnClientLoadedItems( _
   ByVal value As String _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> OnClientLoadedItems( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members